home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / nwlite / faxdoc.exe / 2559.TXT < prev    next >
Text File  |  1993-06-18  |  4KB  |  130 lines

  1.  
  2.  
  3.                                FYI
  4.  
  5. (Note: The origin of this information may be internal or external
  6. to Novell.  Novell makes every effort within its means to verify
  7. this information.  However, the information provided in this
  8. document is FOR YOUR INFORMATION only.  Novell makes no explicit
  9. or implied claims to the validity of this information.)
  10.  
  11.           TITLE:    Running NetWare Lite and PC-NFS Together on
  12.                     NetWare Lite v1.1
  13.    DOCUMENT ID#:    FYI.P.6143
  14.            DATE:    09JUN93
  15.         PRODUCT:    NetWare Lite
  16. PRODUCT VERSION:    v1.1
  17.      SUPERSEDES:    NA
  18.  LITE FAX DOC #:    2559
  19.  
  20. SYMPTOM
  21.  
  22.      NA
  23.  
  24. ISSUE/PROBLEM
  25.  
  26.      Note:  This document contains an unsupported setup and
  27.      configuration, and it is being presented as a "try at your
  28.      own risk solution" document.
  29.  
  30.      NetWare Lite users have reported that they can get NetWare
  31.      Lite or PC-NFS(R) to work separately but not both together. 
  32.      This document is to help users run PC-NFS on a machine that
  33.      is also running NetWare Lite software.  The configuration
  34.      listed has only been tested by NetWare Lite users.
  35.  
  36. SOLUTION
  37.  
  38.      You must use the ODINSUP drivers from Novell to get this
  39.      configuration to work properly.  The following files are
  40.      required:
  41.  
  42.         File Name                  Version
  43.      _______________               ________
  44.      PCNFS files                   3.5
  45.      DOS                           Any
  46.      ODINSUP.COM                   1.01
  47.      LSL.COM                       Current
  48.      IPXODI.COM                    Current
  49.      Card ODI Driver               Current
  50.      NETBIND.EXE                   1.1
  51.      PCNFS.SYS                     for v3.5
  52.      SOCKDRV.SYS                   for v3.5
  53.      PROTMAN.SYS                   1.1
  54.      NFS-NDIS.SYS                  for v3.5
  55.  
  56.      Another thing you must be aware of is that NetWare Lite and
  57.      PC-NFS have a NET.EXE utility.  Therefore, make sure you
  58.      issue the NET command in the correct directory to ensure
  59.      that the desired command is processed.
  60.  
  61.  
  62.  
  63.      Note:
  64.  
  65.      ■    ODINSUP.COM is found in DOSUP7.ZIP on NetWire.  To get
  66.           this file, type GO NOVFILES on CompuServe.  Then go
  67.           into the Client updates area, then into the DOS/Windows
  68.           update files area.  The DOSUP7.ZIP file also contains
  69.           the latest LSL.COM and IPXODI.COM files.
  70.  
  71.      ■    NETBIND.EXE and PROTMAN.SYS will be found on the NDIS
  72.           driver diskette that comes with your network board.
  73.  
  74.      ■    PCNFS.SYS, SOCKDRV.SYS AND NFS-NDIS.SYS come with the
  75.           PC-NFS package.
  76.  
  77.      The following are samples of the AUTOEXEC.BAT, CONFIG.SYS,
  78.      NET.CFG, and PROTOCOL.INI files that can be used:
  79.  
  80.      CONFIG.SYS
  81.  
  82.           c:\dos\ansi.sys
  83.           dos=umb,high
  84.           shell=c:\dos\command.com /p /e:1024
  85.           buffers=40
  86.           files=40
  87.           device=c:\pcnfs.sys
  88.           device=c:\sockdrv.sys
  89.           device=c:\lanman\protman.sys
  90.           device=c:\lanman\nfs-ndis.sys
  91.           lastdrive=m
  92.  
  93.      AUTOEXEC.BAT
  94.  
  95.           prompt $P$G
  96.           doskey
  97.           set nfsdrive=c
  98.           set tz=cst6cdt
  99.           c:\nwlite\lsl
  100.           c:\nwlite\<drivername>
  101.           odinsup
  102.           netbind
  103.           nfsrun
  104.           c:\nwlite\ipxodi
  105.           server
  106.           client
  107.  
  108.      NET.CFG
  109.  
  110.           protocol ODINSUP
  111.                bind <drivername>
  112.  
  113.           link driver <drivername>
  114.                int ?? (insert your interrupt)
  115.                port ?? (insert your port address)
  116.                frame=ethernet_ii
  117.                frame=ethernet_802.2
  118.                frame=ethernet_802.3
  119.                frame=ethernet_snap
  120.                protocol IPX O ethernet_802.3
  121.  
  122.      PROTOCOL.INI
  123.  
  124.           [PROTOCOL MANAGER]
  125.                DRIVERNAME = PROTMAN$
  126.  
  127.           [NFS-NDIS]
  128.                DRIVERNAME = NFSLINK1
  129.                BINDINGS=<DRIVERNAME>
  130.